home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Microsoft Corporation. All rights reserved. */
- var mParent = 0;
- function NextSlide(){
- if (mParent) mParent.NextSlide();
- }
- function ShowTip(sStr){
- if (mParent) mParent.ShowTip(sStr);
- }
- function HideTip(){
- if (mParent) mParent.HideTip();
- }
- function SlideSpeed(nValue){
- tp1.speed = nValue;
- Timer1.speed = nValue;
- }
- function SetSlideSpeed(){
- if (mParent) SlideSpeed(mParent.mSpeed);
- }
- function ActiveTime(nValue){
- if (mParent) mParent.ActiveTime(nValue);
- }
- function HideGlobe(){
- if (mParent) mParent.HideGlobe();
- }
- function ShowGlobe(){
- if (mParent) mParent.ShowGlobe();
- }
- function UpdateGlobe( sURL ){
- if (mParent) mParent.UpdateGlobe( sURL );
- }
- function OpenURL( sURL ){
- if (mParent) mParent.OpenURL( sURL );
- }
-